Used to represent binary literals.
&bBinaryNumber
Part | Type | Description |
|---|---|---|
BinaryNumber |
Binary number |
A binary literal value. |
Note
To write a binary literal, precede the value with &b.
Examples
This example shows a binary constant:
&b10010101
&b Literal
Used to represent binary literals.
&bBinaryNumber
Part | Type | Description |
|---|---|---|
BinaryNumber |
Binary number |
A binary literal value. |
To write a binary literal, precede the value with &b.
This example shows a binary constant: